if (integer(lPhysicalMemory) > 16) and (integer(lDiskFree) > 70) then
lIEVersion = "5"
end if
member("txtConnectAutodetect1", "Graphic").text = "This is where you install Internet Explorer on your computer and sign up with M-Web. " & RETURN & RETURN & "Different versions of Internet Explorer are available. The correct one for your computer depends on how much RAM (Random Access Memory) and hard drive space your system has." & RETURN & RETURN & "To help you select the correct browser, the CD has performed an auto detect test and has found that you are running " & lOperatingSystem & " with " & lPhysicalMemory & " MB RAM."
member("txtConnectAutodetect2", "Graphic").text = "We recommend that you install IE " & lIEVersion
member("txtConnectAutodetect1", "Graphic").text = "This is where you install Internet Explorer on your computer and sign up with M-Web. " & RETURN & RETURN & "Different versions of Internet Explorer are available. The correct one for your computer depends on how much RAM (Random Access Memory) and hard drive space your system has." & RETURN & RETURN & "To help you select the correct browser, the CD has performed an auto detect test and has found that you are running " & lOperatingSystem & " with " & lDiskFree & " MB free hard disk space."
member("txtConnectAutodetect2", "Graphic").text = "We recommend that you install IE " & lIEVersion